home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / metkit / catsend.rc < prev    next >
Text File  |  1997-06-07  |  4KB  |  148 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\CatSend.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\CatSend.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_CATSEND_DIALOG DIALOGEX 0, 0, 217, 111
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. EXSTYLE WS_EX_APPWINDOW
  78. CAPTION "CATSEND - A client to send catalog files"
  79. FONT 8, "MS Sans Serif", 0, 0, 0x1
  80. BEGIN
  81.     EDITTEXT        IDC_ADDRESS,42,35,65,12,ES_AUTOHSCROLL
  82.     EDITTEXT        IDC_PORT,166,35,40,12,ES_AUTOHSCROLL
  83.     DEFPUSHBUTTON   "&Select file...",IDC_SEND_BTN,156,10,50,14
  84.     CONTROL         129,IDC_STATIC,"Static",SS_BITMAP | WS_GROUP,11,10,64,12
  85.     LTEXT           "Winsock port:",IDC_STATIC,119,37,45,8
  86.     LTEXT           "Address:",IDC_STATIC,12,37,28,8
  87.     GROUPBOX        "",IDC_STATIC,10,55,196,40
  88.     CTEXT           "The MetaKit Library  -  version 1.7",IDC_STATIC,18,66,
  89.                     180,8
  90.     CTEXT           "http://www.meta4.com/metakit/",IDC_STATIC,18,
  91.                     78,182,8
  92.     CTEXT           "Copyright ⌐ 1997 Meta Four Software, NL. All rights reserved.",
  93.                     IDC_STATUS,6,99,205,8
  94. END
  95.  
  96.  
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // DESIGNINFO
  100. //
  101.  
  102. #ifdef APSTUDIO_INVOKED
  103. GUIDELINES DESIGNINFO DISCARDABLE 
  104. BEGIN
  105.     IDD_CATSEND_DIALOG, DIALOG
  106.     BEGIN
  107.         LEFTMARGIN, 7
  108.         RIGHTMARGIN, 210
  109.         TOPMARGIN, 7
  110.         BOTTOMMARGIN, 104
  111.     END
  112. END
  113. #endif    // APSTUDIO_INVOKED
  114.  
  115.  
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // Bitmap
  119. //
  120.  
  121. IDB_M4BUTTON            BITMAP  DISCARDABLE     "res\\M4button.bmp"
  122. #endif    // English (U.S.) resources
  123. /////////////////////////////////////////////////////////////////////////////
  124.  
  125.  
  126.  
  127. #ifndef APSTUDIO_INVOKED
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Generated from the TEXTINCLUDE 3 resource.
  131. //
  132. #define _AFX_NO_SPLITTER_RESOURCES
  133. #define _AFX_NO_OLE_RESOURCES
  134. #define _AFX_NO_TRACKER_RESOURCES
  135. #define _AFX_NO_PROPERTY_RESOURCES
  136.  
  137. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  138. #ifdef _WIN32
  139. LANGUAGE 9, 1
  140. #pragma code_page(1252)
  141. #endif
  142. #include "res\CatSend.rc2"  // non-Microsoft Visual C++ edited resources
  143. #include "afxres.rc"         // Standard components
  144. #endif
  145. /////////////////////////////////////////////////////////////////////////////
  146. #endif    // not APSTUDIO_INVOKED
  147.  
  148.